Skip to content

Conversation

@carlosdelest
Copy link
Member

@carlosdelest carlosdelest commented Jun 17, 2025

Closes #129104
Closes #129602

Release tests don't have feature flags active. There were a couple ESClientYamlSuiteTestCasethat didn't have the IVF_FORMAT feature flag, and thus failed release tests when YAML tests tried to create bbq_ivf index formats.

@carlosdelest carlosdelest added >test Issues or PRs that are addressing/adding tests :Search Relevance/Vectors Vector search Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch and removed v9.1.0 labels Jun 17, 2025

protected FullTextFunctionTestCase(Class<? extends FullTextFunction> fullTextFunction) {
this(fullTextFunction, randomFrom("text", "keyword"), randomAlphaOfLengthBetween(1, 10));
this(fullTextFunction, randomFrom("text", "keyword"), randomAlphaOfLengthBetween(5, 10));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this fix, but had a test failure on the CI that I thought was worth fixing. This makes it harder for a query to be repeated, and thus simplified, on the full text function test cases - which can cause failures as the actual query is not the expected one.

@carlosdelest carlosdelest marked this pull request as ready for review June 18, 2025 10:21
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-relevance (Team:Search Relevance)

Copy link
Member

@benwtrent benwtrent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@benwtrent
Copy link
Member

Closes this one too: #129602

@carlosdelest carlosdelest added auto-backport Automatically create backport pull requests when merged v8.19.0 and removed v8.19.0 auto-backport Automatically create backport pull requests when merged labels Jun 18, 2025
@carlosdelest carlosdelest merged commit f56c6f1 into elastic:main Jun 18, 2025
27 checks passed
kderusso pushed a commit to kderusso/elasticsearch that referenced this pull request Jun 23, 2025
mridula-s109 pushed a commit to mridula-s109/elasticsearch that referenced this pull request Jun 25, 2025
carlosdelest added a commit to carlosdelest/elasticsearch that referenced this pull request Jul 30, 2025
carlosdelest added a commit that referenced this pull request Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Search Relevance/Vectors Vector search Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch >test Issues or PRs that are addressing/adding tests v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] SmokeTestMultiNodeClientYamlTestSuiteIT class failing [CI] CoreWithSecurityClientYamlTestSuiteIT class failing

3 participants